home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global act
- if act = 0 then
- if rollOver(14) or rollOver(22) or rollOver(23) then
- cursor([901, 902])
- else
- hotBlinks(2, 13)
- end if
- end if
- if act = 1 then
- if rollOver(25) or rollOver(26) then
- cursor([901, 902])
- else
- cursor(-1)
- end if
- Loopframe()
- end if
- end
-